﻿2026-07-19T12:31:47.1032081Z ##[group]Run set -euo pipefail
2026-07-19T12:31:47.1032443Z [36;1mset -euo pipefail[0m
2026-07-19T12:31:47.1032700Z [36;1mPIN=0c95435[0m
2026-07-19T12:31:47.1032949Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-19T12:31:47.1033235Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-19T12:31:47.1033622Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-19T12:31:47.1034082Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-19T12:31:47.1034552Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-19T12:31:47.1034929Z [36;1m  rm -rf "$CACHE"[0m
2026-07-19T12:31:47.1035196Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-19T12:31:47.1035497Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-19T12:31:47.1036016Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-19T12:31:47.1036393Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-19T12:31:47.1036691Z [36;1mfi[0m
2026-07-19T12:31:47.1037003Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-19T12:31:47.1050367Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-19T12:31:47.1050705Z env:
2026-07-19T12:31:47.1050944Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-19T12:31:47.1051230Z ##[endgroup]
2026-07-19T12:31:47.3811785Z    Compiling proc-macro2 v1.0.106
2026-07-19T12:31:47.3812473Z    Compiling unicode-ident v1.0.24
2026-07-19T12:31:47.3812836Z    Compiling quote v1.0.45
2026-07-19T12:31:47.3813156Z    Compiling libc v0.2.186
2026-07-19T12:31:47.3813508Z    Compiling serde_core v1.0.228
2026-07-19T12:31:47.3813869Z    Compiling cfg-if v1.0.4
2026-07-19T12:31:47.3814210Z    Compiling serde v1.0.228
2026-07-19T12:31:47.3853047Z    Compiling log v0.4.32
2026-07-19T12:31:47.3878623Z    Compiling pin-project-lite v0.2.17
2026-07-19T12:31:47.3892039Z    Compiling typenum v1.20.1
2026-07-19T12:31:47.3908449Z    Compiling portable-atomic v1.13.1
2026-07-19T12:31:47.3951992Z    Compiling memchr v2.8.1
2026-07-19T12:31:47.4059361Z    Compiling version_check v0.9.5
2026-07-19T12:31:47.4146068Z    Compiling critical-section v1.2.0
2026-07-19T12:31:47.4181438Z    Compiling find-msvc-tools v0.1.9
2026-07-19T12:31:47.4517052Z    Compiling shlex v2.0.1
2026-07-19T12:31:47.4588244Z    Compiling futures-core v0.3.32
2026-07-19T12:31:47.4744219Z    Compiling subtle v2.6.1
2026-07-19T12:31:47.5349726Z    Compiling bytes v1.11.1
2026-07-19T12:31:47.6359979Z    Compiling smallvec v1.15.1
2026-07-19T12:31:47.6631129Z    Compiling equivalent v1.0.2
2026-07-19T12:31:47.6721774Z    Compiling itoa v1.0.18
2026-07-19T12:31:47.6820818Z    Compiling semver v1.0.28
2026-07-19T12:31:47.6821510Z    Compiling stable_deref_trait v1.2.1
2026-07-19T12:31:47.7219703Z    Compiling futures-sink v0.3.32
2026-07-19T12:31:47.7341075Z    Compiling slab v0.4.12
2026-07-19T12:31:47.7428649Z    Compiling futures-io v0.3.32
2026-07-19T12:31:47.7613015Z    Compiling futures-task v0.3.32
2026-07-19T12:31:47.7783982Z    Compiling generic-array v0.14.7
2026-07-19T12:31:47.8402290Z    Compiling futures-channel v0.3.32
2026-07-19T12:31:47.8866684Z    Compiling rand_core v0.10.1
2026-07-19T12:31:47.9340768Z    Compiling hashbrown v0.17.1
2026-07-19T12:31:47.9435967Z    Compiling bitflags v2.12.1
2026-07-19T12:31:47.9515202Z    Compiling rustversion v1.0.22
2026-07-19T12:31:47.9588703Z    Compiling getrandom v0.4.2
2026-07-19T12:31:47.9590281Z    Compiling cpufeatures v0.2.17
2026-07-19T12:31:48.0190244Z    Compiling rustc_version v0.4.1
2026-07-19T12:31:48.0299619Z    Compiling fnv v1.0.7
2026-07-19T12:31:48.0500121Z    Compiling strsim v0.11.1
2026-07-19T12:31:48.0641715Z    Compiling cfg_aliases v0.2.1
2026-07-19T12:31:48.0751404Z    Compiling litemap v0.8.2
2026-07-19T12:31:48.0978244Z    Compiling writeable v0.6.3
2026-07-19T12:31:48.1180037Z    Compiling dunce v1.0.5
2026-07-19T12:31:48.2106113Z    Compiling fs_extra v1.3.0
2026-07-19T12:31:48.2211394Z    Compiling ident_case v1.0.1
2026-07-19T12:31:48.2562937Z    Compiling icu_properties_data v2.2.0
2026-07-19T12:31:48.3093440Z    Compiling icu_normalizer_data v2.2.0
2026-07-19T12:31:48.3271706Z    Compiling utf8_iter v1.0.4
2026-07-19T12:31:48.3510165Z    Compiling percent-encoding v2.3.2
2026-07-19T12:31:48.3940033Z    Compiling autocfg v1.5.1
2026-07-19T12:31:48.5530651Z    Compiling http v1.4.1
2026-07-19T12:31:48.5781005Z    Compiling unicode-segmentation v1.13.3
2026-07-19T12:31:48.5850198Z    Compiling cpufeatures v0.3.0
2026-07-19T12:31:48.5950451Z    Compiling aws-lc-rs v1.17.0
2026-07-19T12:31:48.6123205Z    Compiling thiserror v2.0.18
2026-07-19T12:31:48.6450621Z    Compiling scopeguard v1.2.0
2026-07-19T12:31:48.6543296Z    Compiling chacha20 v0.10.0
2026-07-19T12:31:48.7057110Z    Compiling syn v2.0.117
2026-07-19T12:31:48.7170880Z    Compiling lock_api v0.4.14
2026-07-19T12:31:48.7304324Z    Compiling form_urlencoded v1.2.2
2026-07-19T12:31:48.8074217Z    Compiling indexmap v2.14.0
2026-07-19T12:31:48.8260519Z    Compiling untrusted v0.9.0
2026-07-19T12:31:48.8490585Z    Compiling heck v0.5.0
2026-07-19T12:31:48.9201008Z    Compiling rustls v0.23.40
2026-07-19T12:31:48.9260456Z    Compiling anyhow v1.0.102
2026-07-19T12:31:48.9390981Z    Compiling const-oid v0.10.2
2026-07-19T12:31:48.9651793Z    Compiling atomic-waker v1.1.2
2026-07-19T12:31:49.0010497Z    Compiling unicode-xid v0.2.6
2026-07-19T12:31:49.0583109Z    Compiling parking_lot_core v0.9.12
2026-07-19T12:31:49.0585743Z    Compiling zerocopy v0.8.50
2026-07-19T12:31:49.0735361Z    Compiling httparse v1.10.1
2026-07-19T12:31:49.0811963Z    Compiling paste v1.0.15
2026-07-19T12:31:49.0890561Z    Compiling num-traits v0.2.19
2026-07-19T12:31:49.1050756Z    Compiling hybrid-array v0.4.12
2026-07-19T12:31:49.1650344Z    Compiling jobserver v0.1.34
2026-07-19T12:31:49.2115261Z    Compiling convert_case v0.10.0
2026-07-19T12:31:49.2456213Z    Compiling curve25519-dalek v4.1.3
2026-07-19T12:31:49.2782714Z    Compiling ahash v0.8.12
2026-07-19T12:31:49.2937873Z    Compiling powerfmt v0.2.0
2026-07-19T12:31:49.3682005Z    Compiling either v1.16.0
2026-07-19T12:31:49.4460494Z    Compiling cc v1.2.63
2026-07-19T12:31:49.4560980Z    Compiling crypto-common v0.1.7
2026-07-19T12:31:49.4642490Z    Compiling block-buffer v0.10.4
2026-07-19T12:31:49.5111322Z    Compiling fastrand v2.4.1
2026-07-19T12:31:49.5203481Z    Compiling base64ct v1.8.3
2026-07-19T12:31:49.5360682Z    Compiling http-body v1.0.1
2026-07-19T12:31:49.5650229Z    Compiling digest v0.10.7
2026-07-19T12:31:49.6590593Z    Compiling deranged v0.5.8
2026-07-19T12:31:49.7388663Z    Compiling pkg-config v0.3.33
2026-07-19T12:31:49.7489296Z    Compiling zmij v1.0.21
2026-07-19T12:31:49.7672024Z    Compiling num-conv v0.2.2
2026-07-19T12:31:49.7964717Z    Compiling pem-rfc7468 v1.0.0
2026-07-19T12:31:49.8403829Z    Compiling time-core v0.1.8
2026-07-19T12:31:49.8496298Z    Compiling vcpkg v0.2.15
2026-07-19T12:31:49.9140122Z    Compiling mio v1.2.1
2026-07-19T12:31:49.9262709Z    Compiling socket2 v0.6.4
2026-07-19T12:31:49.9610597Z    Compiling getrandom v0.2.17
2026-07-19T12:31:50.0300749Z    Compiling tinyvec_macros v0.1.1
2026-07-19T12:31:50.0910830Z    Compiling data-encoding v2.11.0
2026-07-19T12:31:50.1750813Z    Compiling rand_core v0.6.4
2026-07-19T12:31:50.2200611Z    Compiling rand v0.10.1
2026-07-19T12:31:50.2240580Z    Compiling uuid v1.23.2
2026-07-19T12:31:50.2460238Z    Compiling try-lock v0.2.5
2026-07-19T12:31:50.2840594Z    Compiling base64 v0.22.1
2026-07-19T12:31:50.3220557Z    Compiling tower-service v0.3.3
2026-07-19T12:31:50.3518267Z    Compiling want v0.3.1
2026-07-19T12:31:50.3521961Z    Compiling parking_lot v0.12.5
2026-07-19T12:31:50.3835448Z    Compiling tinyvec v1.11.0
2026-07-19T12:31:50.4990721Z    Compiling sha2 v0.10.9
2026-07-19T12:31:50.6891484Z    Compiling cmake v0.1.58
2026-07-19T12:31:50.6970768Z    Compiling crypto-common v0.2.2
2026-07-19T12:31:50.7171462Z    Compiling block-buffer v0.12.0
2026-07-19T12:31:50.7250786Z    Compiling inout v0.1.4
2026-07-19T12:31:50.7740734Z    Compiling vergen-lib v9.1.0
2026-07-19T12:31:50.8350710Z    Compiling n0-future v0.3.2
2026-07-19T12:31:50.8594750Z    Compiling parking v2.2.1
2026-07-19T12:31:50.9046391Z    Compiling serde_json v1.0.150
2026-07-19T12:31:50.9392994Z    Compiling signature v2.2.0
2026-07-19T12:31:50.9465198Z    Compiling cordyceps v0.3.4
2026-07-19T12:31:51.0331614Z    Compiling diatomic-waker v0.2.3
2026-07-19T12:31:51.0456460Z    Compiling winnow v1.0.3
2026-07-19T12:31:51.0540821Z    Compiling spin v0.10.0
2026-07-19T12:31:51.0641179Z    Compiling httpdate v1.0.3
2026-07-19T12:31:51.1104143Z    Compiling crossbeam-utils v0.8.21
2026-07-19T12:31:51.1417669Z    Compiling ed25519 v2.2.3
2026-07-19T12:31:51.1490645Z    Compiling futures-lite v2.6.1
2026-07-19T12:31:51.1615042Z    Compiling cipher v0.4.4
2026-07-19T12:31:51.1751285Z    Compiling netlink-packet-core v0.8.1
2026-07-19T12:31:51.1940923Z    Compiling universal-hash v0.5.1
2026-07-19T12:31:51.2955810Z    Compiling futures-buffered v0.2.13
2026-07-19T12:31:51.3030790Z    Compiling vergen v9.1.0
2026-07-19T12:31:51.3187344Z    Compiling vergen-lib v0.1.6
2026-07-19T12:31:51.3220829Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-19T12:31:51.3820629Z    Compiling heapless v0.7.17
2026-07-19T12:31:51.4161003Z    Compiling noq-udp v0.10.0
2026-07-19T12:31:51.4161723Z    Compiling sync_wrapper v1.0.2
2026-07-19T12:31:51.4650652Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-19T12:31:51.4850980Z    Compiling allocator-api2 v0.2.21
2026-07-19T12:31:51.5000310Z    Compiling byteorder v1.5.0
2026-07-19T12:31:51.5122222Z    Compiling opaque-debug v0.3.1
2026-07-19T12:31:51.5229192Z    Compiling aws-lc-sys v0.41.0
2026-07-19T12:31:51.5372239Z    Compiling ring v0.17.14
2026-07-19T12:31:51.5496750Z    Compiling libsqlite3-sys v0.30.1
2026-07-19T12:31:51.6270749Z    Compiling digest v0.11.3
2026-07-19T12:31:51.6340410Z    Compiling polyval v0.6.2
2026-07-19T12:31:51.6901279Z    Compiling hash32 v0.2.1
2026-07-19T12:31:51.7626779Z    Compiling spin v0.9.8
2026-07-19T12:31:51.7760921Z    Compiling vergen-gitcl v1.0.8
2026-07-19T12:31:51.8221155Z    Compiling ryu v1.0.23
2026-07-19T12:31:51.8785309Z    Compiling tower-layer v0.3.3
2026-07-19T12:31:51.8914879Z    Compiling num_threads v0.1.7
2026-07-19T12:31:51.9466618Z    Compiling fallible-iterator v0.3.0
2026-07-19T12:31:51.9700509Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-19T12:31:52.0250674Z    Compiling signature v3.0.0
2026-07-19T12:31:52.0326094Z    Compiling time v0.3.47
2026-07-19T12:31:52.0872334Z    Compiling ghash v0.5.1
2026-07-19T12:31:52.1010378Z    Compiling sha2 v0.11.0-rc.5
2026-07-19T12:31:52.1530467Z    Compiling ctr v0.9.2
2026-07-19T12:31:52.1863450Z    Compiling aes v0.8.4
2026-07-19T12:31:52.2120626Z    Compiling fs2 v0.4.3
2026-07-19T12:31:52.2361460Z    Compiling http-body-util v0.1.3
2026-07-19T12:31:52.3358336Z    Compiling aead v0.5.2
2026-07-19T12:31:52.3535829Z    Compiling arrayvec v0.7.6
2026-07-19T12:31:52.3710922Z    Compiling openssl-probe v0.2.1
2026-07-19T12:31:52.4480608Z    Compiling utf8parse v0.2.2
2026-07-19T12:31:52.4495937Z    Compiling crossbeam-channel v0.5.15
2026-07-19T12:31:52.5304326Z    Compiling crossbeam-epoch v0.9.18
2026-07-19T12:31:52.5305757Z    Compiling blake3 v1.8.5
2026-07-19T12:31:52.5470897Z    Compiling netlink-packet-route v0.29.0
2026-07-19T12:31:52.5630640Z    Compiling memoffset v0.6.5
2026-07-19T12:31:52.7089577Z    Compiling acto v0.8.2
2026-07-19T12:31:52.7970643Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-19T12:31:52.8561165Z    Compiling aes-gcm v0.10.3
2026-07-19T12:31:52.8619611Z    Compiling netwatch v0.16.0
2026-07-19T12:31:52.8931123Z    Compiling noq v0.18.0
2026-07-19T12:31:52.9938199Z    Compiling foldhash v0.2.0
2026-07-19T12:31:53.0031841Z    Compiling identity-hash v0.1.0
2026-07-19T12:31:53.0240654Z    Compiling ref-cast v1.0.25
2026-07-19T12:31:53.0910056Z    Compiling lru-slab v0.1.2
2026-07-19T12:31:53.0981241Z    Compiling thiserror v1.0.69
2026-07-19T12:31:53.1041406Z    Compiling tagptr v0.2.0
2026-07-19T12:31:53.1561246Z    Compiling sorted-index-buffer v0.2.1
2026-07-19T12:31:53.1987777Z    Compiling mac-addr v0.3.0
2026-07-19T12:31:53.2046915Z    Compiling rustix v1.1.4
2026-07-19T12:31:53.2369209Z    Compiling rustc-hash v2.1.2
2026-07-19T12:31:53.3212009Z    Compiling xml-rs v0.8.28
2026-07-19T12:31:53.3473753Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-19T12:31:53.3676697Z    Compiling hashbrown v0.16.1
2026-07-19T12:31:53.5093643Z    Compiling netlink-packet-route v0.30.0
2026-07-19T12:31:53.6450507Z    Compiling termios v0.2.2
2026-07-19T12:31:53.7117383Z    Compiling synstructure v0.13.2
2026-07-19T12:31:53.7581848Z    Compiling darling_core v0.20.11
2026-07-19T12:31:53.7878747Z    Compiling serde_derive_internals v0.29.1
2026-07-19T12:31:53.9855540Z    Compiling ioctl-rs v0.1.6
2026-07-19T12:31:54.1004502Z    Compiling xmltree v0.10.3
2026-07-19T12:31:54.1940728Z    Compiling proc-macro-crate v3.5.0
2026-07-19T12:31:54.3279770Z    Compiling serial-core v0.4.0
2026-07-19T12:31:54.3476983Z    Compiling errno v0.3.14
2026-07-19T12:31:54.3547364Z    Compiling aho-corasick v1.1.4
2026-07-19T12:31:54.3744125Z    Compiling simple-dns v0.9.3
2026-07-19T12:31:54.4946036Z    Compiling sha1_smol v1.0.1
2026-07-19T12:31:54.4991305Z    Compiling linux-raw-sys v0.12.1
2026-07-19T12:31:54.6408620Z    Compiling smol_str v0.1.24
2026-07-19T12:31:54.6409766Z    Compiling toml_write v0.1.2
2026-07-19T12:31:54.6879830Z    Compiling arrayref v0.3.9
2026-07-19T12:31:54.7358767Z    Compiling simdutf8 v0.1.5
2026-07-19T12:31:54.7481306Z    Compiling constant_time_eq v0.4.2
2026-07-19T12:31:54.8436843Z    Compiling regex-syntax v0.8.10
2026-07-19T12:31:54.8636080Z    Compiling resolv-conf v0.7.6
2026-07-19T12:31:54.9141239Z    Compiling winnow v0.7.15
2026-07-19T12:31:54.9383989Z    Compiling signal-hook v0.3.18
2026-07-19T12:31:55.0369761Z    Compiling signal-hook-registry v1.4.8
2026-07-19T12:31:55.0924684Z    Compiling serial-unix v0.4.0
2026-07-19T12:31:55.3105770Z    Compiling lru v0.16.4
2026-07-19T12:31:55.3517524Z    Compiling darling_core v0.23.0
2026-07-19T12:31:55.4488740Z    Compiling serde_bytes v0.11.19
2026-07-19T12:31:55.4870283Z    Compiling seize v0.5.1
2026-07-19T12:31:55.6185592Z    Compiling hmac v0.12.1
2026-07-19T12:31:55.6706164Z    Compiling serde_derive v1.0.228
2026-07-19T12:31:55.6781916Z    Compiling zeroize_derive v1.4.3
2026-07-19T12:31:55.7420748Z    Compiling tokio-macros v2.7.0
2026-07-19T12:31:55.8982933Z    Compiling zerofrom-derive v0.1.7
2026-07-19T12:31:56.2426505Z    Compiling zeroize v1.8.2
2026-07-19T12:31:56.4150164Z    Compiling futures-macro v0.3.32
2026-07-19T12:31:56.4228898Z    Compiling tokio v1.52.3
2026-07-19T12:31:56.7366331Z    Compiling yoke-derive v0.8.2
2026-07-19T12:31:56.7784889Z    Compiling zerovec-derive v0.11.3
2026-07-19T12:31:56.8625586Z    Compiling displaydoc v0.2.6
2026-07-19T12:31:57.2829949Z    Compiling zerofrom v0.1.8
2026-07-19T12:31:57.3695644Z    Compiling futures-util v0.3.32
2026-07-19T12:31:57.4231264Z    Compiling tracing-attributes v0.1.31
2026-07-19T12:31:57.4331475Z    Compiling rustls-pki-types v1.14.1
2026-07-19T12:31:57.6652213Z    Compiling thiserror-impl v2.0.18
2026-07-19T12:31:57.7826520Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-19T12:31:58.0256295Z    Compiling yoke v0.8.3
2026-07-19T12:31:58.2300561Z    Compiling zerotrie v0.2.4
2026-07-19T12:31:58.2370948Z    Compiling zerovec v0.11.6
2026-07-19T12:31:58.3612802Z    Compiling darling_macro v0.20.11
2026-07-19T12:31:58.4850727Z    Compiling derive_more-impl v2.1.1
2026-07-19T12:31:58.5972538Z    Compiling n0-error-macros v0.1.3
2026-07-19T12:31:58.6825892Z    Compiling darling v0.20.11
2026-07-19T12:31:58.7469174Z    Compiling derive_builder_core v0.20.2
2026-07-19T12:31:58.7572185Z    Compiling spez v0.1.2
2026-07-19T12:31:59.0408205Z    Compiling tinystr v0.8.3
2026-07-19T12:31:59.0970979Z    Compiling potential_utf v0.1.5
2026-07-19T12:31:59.2169154Z    Compiling icu_locale_core v2.2.0
2026-07-19T12:31:59.2334205Z    Compiling icu_collections v2.2.0
2026-07-19T12:31:59.2476057Z    Compiling der v0.8.0-rc.10
2026-07-19T12:31:59.3584139Z    Compiling pin-project-internal v1.1.13
2026-07-19T12:31:59.6520958Z    Compiling n0-error v0.1.3
2026-07-19T12:31:59.9263522Z    Compiling cobs v0.3.0
2026-07-19T12:32:00.0270986Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-19T12:32:00.1260232Z    Compiling derive_builder_macro v0.20.2
2026-07-19T12:32:00.1391801Z    Compiling postcard-derive v0.2.2
2026-07-19T12:32:00.3908708Z    Compiling derive_builder v0.20.2
2026-07-19T12:32:00.3909833Z    Compiling ed25519-dalek v2.2.0
2026-07-19T12:32:00.4910721Z    Compiling icu_provider v2.2.0
2026-07-19T12:32:00.6391324Z    Compiling pin-project v1.1.13
2026-07-19T12:32:00.7020785Z    Compiling spki v0.8.0-rc.4
2026-07-19T12:32:00.7414247Z    Compiling spt-proto v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-19T12:32:00.9031795Z    Compiling icu_normalizer v2.2.0
2026-07-19T12:32:00.9378194Z    Compiling icu_properties v2.2.0
2026-07-19T12:32:00.9464402Z    Compiling ipnet v2.12.0
2026-07-19T12:32:00.9682688Z    Compiling futures-executor v0.3.32
2026-07-19T12:32:00.9828541Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-19T12:32:01.1505076Z    Compiling futures v0.3.32
2026-07-19T12:32:01.2099329Z    Compiling ed25519 v3.0.0-rc.4
2026-07-19T12:32:01.5100757Z    Compiling prefix-trie v0.8.4
2026-07-19T12:32:01.6370067Z    Compiling once_cell v1.21.4
2026-07-19T12:32:01.7083034Z    Compiling data-encoding-macro v0.1.20
2026-07-19T12:32:01.7540553Z    Compiling rustls-native-certs v0.8.4
2026-07-19T12:32:01.7608125Z    Compiling async-trait v0.1.89
2026-07-19T12:32:01.8473302Z    Compiling tracing-core v0.1.36
2026-07-19T12:32:01.9876873Z    Compiling postcard v1.1.3
2026-07-19T12:32:02.0614538Z    Compiling hashbrown v0.14.5
2026-07-19T12:32:02.0874532Z    Compiling enum-assoc v1.3.0
2026-07-19T12:32:02.1404751Z    Compiling num_enum_derive v0.7.6
2026-07-19T12:32:02.2887239Z    Compiling iroh-metrics-derive v0.4.1
2026-07-19T12:32:02.3560896Z    Compiling idna_adapter v1.2.2
2026-07-19T12:32:02.3619840Z    Compiling strum_macros v0.28.0
2026-07-19T12:32:02.3940174Z    Compiling tracing v0.1.44
2026-07-19T12:32:02.4718216Z    Compiling tokio-util v0.7.18
2026-07-19T12:32:02.6261417Z    Compiling idna v1.1.0
2026-07-19T12:32:02.7232547Z    Compiling derive_more v2.1.1
2026-07-19T12:32:02.7934598Z    Compiling netlink-sys v0.8.8
2026-07-19T12:32:02.8022786Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-19T12:32:02.8189286Z    Compiling tower v0.5.3
2026-07-19T12:32:02.8684533Z    Compiling iroh-metrics v0.38.3
2026-07-19T12:32:02.9026273Z    Compiling iroh-relay v0.98.0
2026-07-19T12:32:03.0571126Z    Compiling hashlink v0.9.1
2026-07-19T12:32:03.0929113Z    Compiling url v2.5.8
2026-07-19T12:32:03.1642363Z    Compiling netlink-proto v0.12.0
2026-07-19T12:32:03.1865743Z    Compiling netdev v0.42.0
2026-07-19T12:32:03.2051656Z    Compiling moka v0.12.15
2026-07-19T12:32:03.3360442Z    Compiling num_enum v0.7.6
2026-07-19T12:32:03.3588316Z    Compiling toml_datetime v0.6.11
2026-07-19T12:32:03.4063937Z    Compiling rusqlite v0.32.1
2026-07-19T12:32:03.4236430Z    Compiling serde_spanned v0.6.9
2026-07-19T12:32:03.4256165Z    Compiling ref-cast-impl v1.0.25
2026-07-19T12:32:03.4400295Z    Compiling thiserror-impl v1.0.69
2026-07-19T12:32:03.5541889Z    Compiling h2 v0.4.14
2026-07-19T12:32:03.6782329Z    Compiling tokio-stream v0.1.18
2026-07-19T12:32:03.7450959Z    Compiling n0-watcher v0.6.1
2026-07-19T12:32:03.8437007Z    Compiling toml_edit v0.22.27
2026-07-19T12:32:03.9171009Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-19T12:32:03.9331716Z    Compiling tower-http v0.6.11
2026-07-19T12:32:04.0507820Z    Compiling attohttpc v0.30.1
2026-07-19T12:32:04.1979666Z    Compiling iroh-base v0.98.0
2026-07-19T12:32:04.4662504Z    Compiling webpki-roots v1.0.7
2026-07-19T12:32:04.4726527Z    Compiling regex-automata v0.4.14
2026-07-19T12:32:04.4920942Z    Compiling schemars_derive v1.2.1
2026-07-19T12:32:04.5696361Z    Compiling iroh v0.98.2
2026-07-19T12:32:04.7646857Z    Compiling spt-store v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-19T12:32:04.8129581Z    Compiling pin-utils v0.1.0
2026-07-19T12:32:04.8967057Z    Compiling rustix v0.38.44
2026-07-19T12:32:04.9940521Z    Compiling cmov v0.5.4
2026-07-19T12:32:05.0749817Z    Compiling bitflags v1.3.2
2026-07-19T12:32:05.0898621Z    Compiling strum v0.28.0
2026-07-19T12:32:05.1351190Z    Compiling dyn-clone v1.0.20
2026-07-19T12:32:05.2079182Z    Compiling iroh-dns v0.98.0
2026-07-19T12:32:05.2234817Z    Compiling nix v0.25.1
2026-07-19T12:32:05.2650379Z    Compiling ctutils v0.4.2
2026-07-19T12:32:05.2654007Z    Compiling filedescriptor v0.8.3
2026-07-19T12:32:05.2945662Z    Compiling backon v1.6.0
2026-07-19T12:32:05.4814187Z    Compiling darling_macro v0.23.0
2026-07-19T12:32:05.5031044Z    Compiling hkdf v0.12.4
2026-07-19T12:32:05.5100454Z    Compiling papaya v0.2.4
2026-07-19T12:32:05.6179285Z    Compiling serial v0.4.0
2026-07-19T12:32:05.6838636Z    Compiling anstyle-parse v1.0.0
2026-07-19T12:32:05.7183858Z    Compiling vte_generate_state_changes v0.1.2
2026-07-19T12:32:05.7430987Z    Compiling colorchoice v1.0.5
2026-07-19T12:32:05.8198139Z    Compiling shell-words v1.1.1
2026-07-19T12:32:05.8473881Z    Compiling instability v0.3.12
2026-07-19T12:32:05.8830888Z    Compiling foldhash v0.1.5
2026-07-19T12:32:05.9818870Z    Compiling is_terminal_polyfill v1.70.2
2026-07-19T12:32:05.9910714Z    Compiling linux-raw-sys v0.4.15
2026-07-19T12:32:05.9981068Z    Compiling downcast-rs v1.2.1
2026-07-19T12:32:06.0338129Z    Compiling anstyle-query v1.1.5
2026-07-19T12:32:06.0561099Z    Compiling anstyle v1.0.14
2026-07-19T12:32:06.0731599Z    Compiling hashbrown v0.15.5
2026-07-19T12:32:06.0933685Z    Compiling vte v0.13.1
2026-07-19T12:32:06.1089490Z    Compiling signal-hook-mio v0.2.5
2026-07-19T12:32:06.1270828Z    Compiling darling v0.23.0
2026-07-19T12:32:06.1832480Z    Compiling spake2 v0.4.0
2026-07-19T12:32:06.1976846Z    Compiling terminal_size v0.4.4
2026-07-19T12:32:06.2879780Z    Compiling anstream v1.0.0
2026-07-19T12:32:06.2970596Z    Compiling strum_macros v0.26.4
2026-07-19T12:32:06.3700706Z    Compiling sha1 v0.10.6
2026-07-19T12:32:06.6301243Z    Compiling schemars v1.2.1
2026-07-19T12:32:06.6640859Z    Compiling toml v0.8.23
2026-07-19T12:32:06.7176356Z    Compiling itertools v0.13.0
2026-07-19T12:32:06.7894030Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-19T12:32:06.9987021Z    Compiling castaway v0.2.4
2026-07-19T12:32:07.1216722Z    Compiling doctest-file v1.1.1
2026-07-19T12:32:07.3813275Z    Compiling static_assertions v1.1.0
2026-07-19T12:32:07.4685429Z    Compiling regex v1.12.3
2026-07-19T12:32:07.6671603Z    Compiling indoc v2.0.7
2026-07-19T12:32:07.8821092Z    Compiling unicode-width v0.1.14
2026-07-19T12:32:07.8888526Z    Compiling clap_lex v1.1.0
2026-07-19T12:32:08.2352624Z    Compiling clap_builder v4.6.0
2026-07-19T12:32:08.2646620Z    Compiling interprocess v2.4.2
2026-07-19T12:32:08.3462131Z    Compiling crossterm v0.28.1
2026-07-19T12:32:08.7205305Z    Compiling compact_str v0.8.2
2026-07-19T12:32:08.9131043Z    Compiling spt-msg v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-19T12:32:09.0112189Z    Compiling strum v0.26.3
2026-07-19T12:32:09.1250934Z    Compiling unicode-truncate v1.1.0
2026-07-19T12:32:09.2890463Z    Compiling lru v0.12.5
2026-07-19T12:32:09.3225586Z    Compiling spt-runtime v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-19T12:32:09.3858254Z    Compiling clap_derive v4.6.1
2026-07-19T12:32:09.4891248Z    Compiling unicode-width v0.2.0
2026-07-19T12:32:09.6419597Z    Compiling portable-pty v0.8.1
2026-07-19T12:32:09.7214093Z    Compiling cassowary v0.3.0
2026-07-19T12:32:09.7832735Z    Compiling iana-time-zone v0.1.65
2026-07-19T12:32:09.7903570Z    Compiling nucleo-matcher v0.3.1
2026-07-19T12:32:09.7974244Z    Compiling qrcode v0.14.1
2026-07-19T12:32:09.8946543Z    Compiling hyper v1.10.1
2026-07-19T12:32:10.1473141Z    Compiling ratatui v0.29.0
2026-07-19T12:32:10.3083451Z    Compiling spt-term v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-19T12:32:10.5049570Z    Compiling chrono v0.4.45
2026-07-19T12:32:10.6209536Z    Compiling tempfile v3.27.0
2026-07-19T12:32:11.6613383Z    Compiling clap v4.6.1
2026-07-19T12:32:11.9699707Z    Compiling hyper-util v0.1.20
2026-07-19T12:32:12.6466915Z    Compiling spt-live v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-19T12:32:13.6955679Z    Compiling igd-next v0.17.1
2026-07-19T12:32:14.6940785Z    Compiling portmapper v0.16.0
2026-07-19T12:32:19.1514412Z    Compiling rustls-webpki v0.103.13
2026-07-19T12:32:21.4323811Z    Compiling tokio-rustls v0.26.4
2026-07-19T12:32:21.4324641Z    Compiling rustls-platform-verifier v0.7.0
2026-07-19T12:32:21.4325772Z    Compiling noq-proto v0.17.0
2026-07-19T12:32:21.5661206Z    Compiling hickory-net v0.26.0-beta.4
2026-07-19T12:32:21.5661915Z    Compiling hyper-rustls v0.27.9
2026-07-19T12:32:21.5662407Z    Compiling tokio-websockets v0.13.2
2026-07-19T12:32:21.6853110Z    Compiling reqwest v0.13.4
2026-07-19T12:32:22.5598399Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-19T12:32:35.8469922Z    Compiling spt-net v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-19T12:32:37.2633701Z    Compiling spt-daemon v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-19T12:32:46.2524603Z    Compiling spt v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-19T12:32:50.9133835Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 03s
2026-07-19T12:32:50.9352878Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-4642e723be3fce73)
2026-07-19T12:32:50.9365675Z 
2026-07-19T12:32:50.9367172Z running 1 test
2026-07-19T12:32:57.1252250Z test new_brain_serves_against_old_broker ... ok
2026-07-19T12:32:57.1252612Z 
2026-07-19T12:32:57.1252884Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-07-19T12:32:57.1253270Z 
